emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
TTree.Range
containers
ttree
TTree
Tree range
struct
TTree
(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
static
struct
Range (
ThisT
) {
this
();
ET
front
();
bool
empty
();
void
popFront
();
T
*
_containersFront
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
_containersFront
T
*
_containersFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool
empty
()
Standard range operations
front
ET
front
()
popFront
void
popFront
()
Standard range operations
Meta
Source
See Implementation
containers
ttree
TTree
aliases
insertAnywhere
put
constructors
this
destructors
~this
functions
back
clear
contains
empty
equalRange
front
insert
length
lowerBound
opOpAssign
opSlice
remove
upperBound
mixins
__anonymous
postblits
this(this)
structs
Range
variables
nodeCapacity
Tree range